home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC World Komputer 2007 December
/
PCWKCD1207B.iso
/
Windows marzen
/
Macro ToolsWorks 6.31
/
tworks.exe
/
Samples
/
Simple FTP file download.mcr
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
2003-06-11
|
362 b
|
13 lines
<#>
<#> Sample: Simple FTP file download
<#>
<cmds>
<varset>("vLocalFile=%_vFolder_Temp%hello.txt","")
<ftp_getfile>("vLocalFile","ftp://pitrinec.com/pub/hello.txt","anonymous","")
<if_str>("_vErr==NO")
<msg>(-100,-100,"The file was downloaded OK. It will be shown now.","Message",1)
<execappex>("notepad.exe","vLocalFile","",0,0)
<endif>